home *** CD-ROM | disk | FTP | other *** search
/ Stac Reachout 7 / Stac Reachout 7.iso / STACFAX / 8105.TXT < prev    next >
Text File  |  1997-01-31  |  4KB  |  79 lines

  1.       -----------------------------------------------------------------
  2.       STAC NOTE                                               STAC NOTE
  3.         INSTALLING MULTIPLE HOST SESSIONS OF REACHOUT FROM A NETWORK
  4.                     DIRECTORY ON A MULTIPROCESSOR SYSTEM
  5.                 (Applies to Reachout versions 3.X, 4.X, 5.X)
  6.       STAC FAX  8105 (05-25-1995)
  7.       -----------------------------------------------------------------
  8.                                       
  9.       BACKGROUND
  10.       
  11.       ReachOut executable files may be shared from a network directory.
  12.       When INSTALL PUBLIC is run from the shared network drive it
  13.       copies only the most necessary files to the user's private
  14.       directory.
  15.       
  16.       Maintenance of a multiprocessor dial-in system, such as a Cubix
  17.       or J&L Chatterbox, especially those with hundreds of processors
  18.       on line, may be difficult using this method. This document
  19.       outlines a method of installation for those systems. It has been
  20.       developed for use on a Novell Network and certain aspects of it
  21.       may have to be modified for Banyan or Netbios.
  22.       
  23.        1.  Install ReachOut to a network drive. Example
  24.            F:\LOGIN\REACHOUT
  25.        2.  Modify CONFIG.SYS to include the statement with the * in
  26.            the example below: (don't type in the *)
  27.              DEVICE=C:\BOOT\HIMEM.SYS
  28.              DEVICE=C:\BOOT\EMM386.EXE NOEMS
  29.              DOS=HIGH,UMB
  30.              DEVICEHIGH=C:\MOUSE\MOUSE.SYS /Y /S100
  31.              DEVICEHIGH=C:\BOOT\ANSI.SYS
  32.              DEVICE=RAMDRIVE.SYS 384 /E *
  33.              BUFFERS=30
  34.              FILES=20
  35.              STACKS 9,256
  36.       
  37.        3.  Modify the AUTOEXEC.BAT file to include the lines with the * 
  38.            in the example below: (don't type in the *)
  39.              CD\NETWARE
  40.              LOADHIGH C:\NETWARE\LSL
  41.              LOADHIGH C:\NETWARE\3C509
  42.              C:\NETWARE\IPXODI
  43.              CD\
  44.              LOADHIGH C:\DOS\DOSKEY
  45.              C:\DOS\MODE CON: RATE=31 DELAY=1
  46.              PATH D:\BATS;D:\WINDOWS;D:\;C:\DOS;D:\UTIL;
  47.              SET TEMP=D:\WINDOWS\TEMP
  48.              PROMPT $P$G
  49.              SET DIRCMD=/OEN
  50.              F: *
  51.              CD\LOGIN\REACHOUT *
  52.              CALL GHM MACHINE1 *
  53.       
  54.        4.  Modify the GHM.BAT file to include OR change the portion of
  55.            the example file displayed below: (DonÆt type in the comments 
  56.            after the semicolons.)
  57.              SET RCHPATH=ramdrive:\
  58.              COPY F:\LOGIN\REACHOUT\REACHOUT.PRM ramdrive:\
  59.              COPY F:\LOGIN\REACHOUT\MODEM.RCH ramdrive:\
  60.          COPY F:\LOGIN\REACHOUT\LICENSE.EXE ramdrive:\  ; ver 5.0 only
  61.          COPY F:\LOGIN\REACHOUT\REACHOUT.LIC ramdrive:\ ; ver 5.0 only
  62.              COPY F:\LOGIN\REACHOUT\PASSWORD.RCH ramdrive:\ ; ver 5.0 only 
  63.              F:\LOGIN\REACHOUT\RCHSRL NAME=%1
  64.              F:\LOGIN\REACHOUT\RCHDOS
  65.              F:\LOGIN\REACHOUT\DOSGRAPH
  66.              F:\LOGIN\REACHOUT\HOSTMDM
  67.            where "ramdrive" is the letter of the Ramdrive.
  68.        5.  Run SECURITY.EXE from the F:\LOGIN\REACHOUT directory.
  69.            Select the option "Disallow Private Password Directory."
  70.            Save the settings to the default file name REACHOUT.SEC.
  71.        6.  If the Reachout executables will be re-mapped to a different
  72.            drive during the Viewers login process use the SETPATH.EXE
  73.            (included w/ versions 4.04 and above) in the Reachout
  74.            directory to allow Reachout to find its executable files.
  75.                Example "SETPATH  G:\REACHOUT"
  76.        
  77.       -----------------------------------------------------------------
  78.       Copyright 1995 Stac Electronics
  79.